home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dragdrop / dragoutu.dfm / dragoutu.txt
Encoding:
Text File  |  1995-12-22  |  793 b   |  45 lines

  1. object Form1: TForm1
  2.   Left = 59
  3.   Top = 103
  4.   Width = 261
  5.   Height = 256
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Outline1: TOutline
  14.     Left = 7
  15.     Top = 8
  16.     Width = 240
  17.     Height = 214
  18.     Lines.Nodes = (
  19.       'h1'
  20.       #9't11'
  21.       #9't12'
  22.       #9't13'
  23.       'h2'
  24.       #9't21'
  25.       #9't22'
  26.       #9't23'
  27.       'h3'
  28.       #9't31'
  29.       #9't32'
  30.       #9't33'
  31.       #9't34'
  32.       #9#9't1a'
  33.       #9#9't1b'
  34.       #9#9't1c')
  35.     Options = [ooDrawFocusRect]
  36.     ItemHeight = 16
  37.     TabOrder = 0
  38.     OnDragDrop = Outline1DragDrop
  39.     OnDragOver = Outline1DragOver
  40.     OnMouseDown = Outline1MouseDown
  41.     OnMouseMove = Outline1MouseMove
  42.     ItemSeparator = '\'
  43.   end
  44. end
  45.